home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 576 / ruf / terminal.ruf < prev    next >
Text File  |  1992-05-22  |  241b  |  19 lines

  1. crlf
  2. terminal $1
  3. if ne $1 0 1
  4. print "Keine Emulation"
  5. goto 5
  6. 1:
  7. if ne $1 1 2
  8. print "VT52-Emulation an"
  9. goto 5
  10. 2:
  11. if ne $1 2 3
  12. print "VT100-Emulation an"
  13. goto 5
  14. 3:
  15. print "Unbekannter Wert. Ist das RUFUS 5.0??"
  16. 5:
  17. nocrlf
  18. end
  19.